Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update types from Cosmos SDK 0.44 #8

Merged
merged 4 commits into from
Nov 15, 2021
Merged

Conversation

webmaster128
Copy link
Member

@webmaster128 webmaster128 commented Oct 19, 2021

Updates the existing types with the latest Cosmos SDK 0.44 version.

New modules will be added in a separate PR.

@webmaster128 webmaster128 force-pushed the add-cosmos-sdk-0.44-types branch from 372c025 to f802e89 Compare November 2, 2021 21:41
@webmaster128 webmaster128 marked this pull request as ready for review November 2, 2021 21:56
@webmaster128 webmaster128 merged commit 3030092 into main Nov 15, 2021
@webmaster128 webmaster128 deleted the add-cosmos-sdk-0.44-types branch November 15, 2021 11:22
--ts_proto_yarn_2_opt="esModuleInterop=true,forceLong=long,useOptionals=true" \
"$COSMOS_SDK_DIR/cosmos/auth/v1beta1/auth.proto" \
"$COSMOS_SDK_DIR/cosmos/auth/v1beta1/genesis.proto" \
"$COSMOS_SDK_DIR/cosmos/auth/v1beta1/query.proto" \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would also be nice to add the authz module here:

Suggested change
"$COSMOS_SDK_DIR/cosmos/auth/v1beta1/query.proto" \
"$COSMOS_SDK_DIR/cosmos/auth/v1beta1/query.proto" \
"$COSMOS_SDK_DIR/cosmos/authz/v1beta1/authz.proto" \
"$COSMOS_SDK_DIR/cosmos/authz/v1beta1/query.proto" \
"$COSMOS_SDK_DIR/cosmos/authz/v1beta1/tx.proto" \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can also do it in a separate PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants